@tailwind base;
@tailwind components;
@tailwind utilities;

* ::after,
::before {
  border: 0px solid rgb(229, 231, 235);
  box-sizing: border-box;
}
::after,
::before {
  --tw-content: "";
}
html {
  scroll-behavior: smooth;
}

html {
  text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color
    Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  line-height: 1.5;
  tab-size: 4;
}
body {
  line-height: inherit;
  margin: 0px;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b {
  font-weight: bolder;
}
button {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0px;
  padding: 0px;
}
button {
  text-transform: none;
}
[type="button"],
button {
  appearance: button;
  background-color: transparent;
  background-image: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  appearance: none;
}
::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}
blockquote,
dd,
dl,
h1,
h2,
h3,
p {
  margin: 0px;
}
menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
  padding: 0px;
}
button {
  cursor: pointer;
}
svg,
video {
  display: block;
}
/* img {
  max-width: 100%;
  height: 9rem;
} */
video {
  height: auto;
  max-width: 100%;
}
li {
  margin: 20px;
}
